TaskLogger is a simple tool to track all the Activities within your application. The real-time activity status can be shown in the Logcat. The ONLY thing you need to do is to import taskLogger module in your project with minor modification in your Android
OS Monitor shows the processes, network incoming and outgoing traffic for applications that are running on your Android, so you can monitor system components and see how installed apps affect...
I need to track app usage in Android like how AppUsage does it (i.e. track the number of app launches, and time spent using each). What I plan on doing is recording the start time when an app is launched, and then getting the end time when an app is pause